-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade YASA to work with Solr 9x, with a 0.6.0 release #95
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my experience this file should be checked into codebase, otherwise in a fresh new environment the installed packages' versions might be different from the ones that we tested, and it might break the build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, I don't see a reason to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed... package-lock.json should be shared...
Ok sure, sorry about that one.
…On Fri, 21 Apr, 2023, 8:24 am kezhenxu94, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
On yasa-ui/package-lock.json
<#95 (comment)>:
From my experience this file should be checked into codebase, otherwise in
a fresh new environment the installed packages' versions might be different
from the ones that we tested, and it might break the build
—
Reply to this email directly, view it on GitHub
<#95 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDCR5BFRPGBPWEWVB53QG3XCHZIDANCNFSM6AAAAAAXF3PNRE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
663a13b
to
085918c
Compare
Hey @chatman , I've created a workflow to automatically release a version on new tags (yasa-org/developer members can create tags), if you need a new version, feel free to push a tag and use the new release, note the tag name should be v1.2.3 format, https://github.com/yasa-org/yasa/actions/workflows/Release.yaml |
We should test with version 17 as well. |
This works with Solr 9.0 and 9.1. It is broken with 9.2, due to https://issues.apache.org/jira/browse/SOLR-16769. |
This should stay and not be ignored...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! I literally got bit by this in writing a nicer test_packages.bats test!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending the package lock thing!
Tested with Solr 9.0, works fine.
After merging this, next steps to release would be:
Steps to sign:
{{openssl dgst -sha1 -sign <path-to-privatekey.pem> | openssl enc -base64}}
(remove the newline, concatenate the first and second line to form a single string without spaces)